UnreliableProperty<T>
UnreliableProperty<T>
Properties
value
T value { get; set; }
dirty
bool dirty { get; }
True if the property has local changes.
Methods
WriteLength
int WriteLength(StreamContext context)
Write
bool Write(WriteStream stream, StreamContext context)
Read
bool Read(ReadStream stream, StreamContext context)